I am using VC++ 4.1 to build a DLL. When I use MFC in a static library ( linked staticly with MFC ), i got memory leaking. When I use MFC in a shared DLL(
linked with MFC as a shared DLL ), the memory leaking is gone. Any ideas? Please help. Thanks in advance.